If the model file for the object has attach points, use this attribute and the AttachPointName attribute to specify the point where the vapor trail should be attached. Otherwise the vapor trail will be attached to the center of the model.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseAttachPoint() As Boolean |
[C#] |
---|
public bool UseAttachPoint {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseAttachPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseAttachPoint( VARIANT_BOOL * pUseAttach ); public: HRESULT put_UseAttachPoint( VARIANT_BOOL pUseAttach ); |
[Java] |
---|
public bool getUseAttachPoint(); public void setUseAttachPoint( bool ); |