Class ActorComponent
Inheritance
System.Object
ActorComponent
Implements
System.IDisposable
Assembly: AxEngine.dll
Syntax
public class ActorComponent : SceneObject, IDisposable
Constructors
|
Improve this Doc
View Source
ActorComponent()
Declaration
Properties
|
Improve this Doc
View Source
Actor
Declaration
public virtual Actor Actor { get; }
Property Value
|
Improve this Doc
View Source
ComponentId
Declaration
public int ComponentId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HasChanges
Declaration
public bool HasChanges { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Detach()
Declaration
public virtual void Detach()
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
UpdateFrame()
Declaration
public virtual void UpdateFrame()
Implements
System.IDisposable