set variable data
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public BlastScript SetData(
int index,
float3 value
)
VB
Public Function SetData (
index As Integer,
value As float3
) As BlastScript
C++
public:
BlastScript^ SetData(
int index,
float3 value
)
F#
member SetData :
index : int *
value : float3 -> BlastScript
- index
- Type: System.Int32
variable index - value
- Type: float3
float value
Type: BlastScript
[Missing documentation for "M:NSS.Blast.BlastScript.SetData(System.Int32,Unity.Mathematics.float3)"]