LightningBoltParametersPoints Property |
Points for the trunk to follow - not all generators support this
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public List<Vector3> Points { get; set; }
Public Property Points As List(Of Vector3)
Get
Set
public:
property List<Vector3>^ Points {
List<Vector3>^ get ();
void set (List<Vector3>^ value);
}
member Points : List<Vector3> with get, set
Property Value
Type:
ListVector3See Also