Interface ITransformModelInternal
public interface ITransformModelInternal : ITransformModel, IStringIdentity, IPositionDriver, IRotationDriver
- Inherited Members
- Extension Methods
Properties
_parentInternal
ITransformFrameInternal _parentInternal { get; }
Property Value
parentageCache
List<ITransformFrameInternal> parentageCache { get; }
Property Value
parentageCacheDirty
bool parentageCacheDirty { get; set; }
Property Value
Methods
AddChild(ITransformModel)
void AddChild(ITransformModel youngChild)
Parameters
youngChildITransformModel
RemoveChild(ITransformModel)
void RemoveChild(ITransformModel oldChild)
Parameters
oldChildITransformModel