Class Scaleform
A class which handles rendering of Scaleform elements.
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
public sealed class Scaleform : IDisposable, INativeValue
Constructors
|
Improve this Doc
View Source
Declaration
public Scaleform(string scaleformID)
Parameters
Type |
Name |
Description |
String |
scaleformID |
|
Properties
|
Improve this Doc
View Source
Declaration
public int Handle { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsLoaded { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsValid { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public ulong NativeValue { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public void CallFunction(string function, params object[] arguments)
Parameters
|
Improve this Doc
View Source
Declaration
public int CallFunctionReturn(string function, params object[] arguments)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public void Render2DScreenSpace(PointF location, PointF size)
Parameters
|
Improve this Doc
View Source
Declaration
public void Render3D(Vector3 position, Vector3 rotation, Vector3 scale)
Parameters
|
Improve this Doc
View Source
Declaration
public void Render3DAdditive(Vector3 position, Vector3 rotation, Vector3 scale)
Parameters
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator InputArgument(Scaleform value)
Parameters
Returns
Implements