Class CubeBlockEffect
Inheritance
System.Object
CubeBlockEffect
Assembly: Sandbox.Game.dll
Syntax
public sealed class CubeBlockEffect : ValueType
Constructors
CubeBlockEffect(String, String, Single, Boolean, Single, Single, Single)
Declaration
public CubeBlockEffect(string Name, string Origin, float Delay, bool Loop, float SpawnTimeMin, float SpawnTimeMax, float Duration)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
System.String |
Origin |
|
System.Single |
Delay |
|
System.Boolean |
Loop |
|
System.Single |
SpawnTimeMin |
|
System.Single |
SpawnTimeMax |
|
System.Single |
Duration |
|
CubeBlockEffect(MyObjectBuilder_CubeBlockDefinition.CubeBlockEffect)
Declaration
public CubeBlockEffect(MyObjectBuilder_CubeBlockDefinition.CubeBlockEffect Effect)
Parameters
Fields
Delay
Declaration
Field Value
Type |
Description |
System.Single |
|
Duration
Declaration
Field Value
Type |
Description |
System.Single |
|
Loop
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
Origin
Declaration
Field Value
Type |
Description |
System.String |
|
SpawnTimeMax
Declaration
public float SpawnTimeMax
Field Value
Type |
Description |
System.Single |
|
SpawnTimeMin
Declaration
public float SpawnTimeMin
Field Value
Type |
Description |
System.Single |
|