Class ObjectAssemblyAvailablePartNode
public class ObjectAssemblyAvailablePartNode : IObjectAssemblyAvailablePartNode
- Inheritance
-
ObjectAssemblyAvailablePartNode
- Implements
- Inherited Members
- Extension Methods
Constructors
ObjectAssemblyAvailablePartNode(float, Vector3, Quaternion, string, string, float, AttachNodeType, bool)
public ObjectAssemblyAvailablePartNode(float radiusToUse, Vector3 positionToUse, Quaternion rotationToUse, string tag, string symmetryGroupID, float visualRadiusToUse, AttachNodeType nodeType, bool isDynamic)
Parameters
radiusToUsefloatpositionToUseVector3rotationToUseQuaterniontagstringsymmetryGroupIDstringvisualRadiusToUsefloatnodeTypeAttachNodeTypeisDynamicbool
Properties
IsDynamic
public bool IsDynamic { get; }
Property Value
LocalPosition
public Vector3 LocalPosition { get; set; }
Property Value
- Vector3
LocalRotation
public Quaternion LocalRotation { get; set; }
Property Value
- Quaternion
NodeSymmetryGroupID
public string NodeSymmetryGroupID { get; set; }
Property Value
NodeTag
public string NodeTag { get; set; }
Property Value
NodeType
public AttachNodeType NodeType { get; set; }
Property Value
Radius
public float Radius { get; set; }
Property Value
VisualRadius
public float VisualRadius { get; set; }