Class FbxNodeAttribute
Inheritance
System.Object
FbxNodeAttribute
Syntax
public class FbxNodeAttribute : FbxObject, IDisposable, IEquatable<FbxEmitter>
Properties
Color
Declaration
public FbxPropertyDouble3 Color { get; }
Property Value
sColor
Declaration
public static string sColor { get; }
Property Value
Type |
Description |
System.String |
|
sDefaultColor
Declaration
public static FbxDouble3 sDefaultColor { get; }
Property Value
Methods
Create(FbxManager, String)
Declaration
public static FbxNodeAttribute Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxNodeAttribute Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxNodeAttribute)
Declaration
public bool Equals(FbxNodeAttribute other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetAttributeType()
Declaration
public virtual FbxNodeAttribute.EType GetAttributeType()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetNode()
Declaration
Returns
GetNode(Int32)
Declaration
public FbxNode GetNode(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetNodeCount()
Declaration
public int GetNodeCount()
Returns
Type |
Description |
System.Int32 |
|
Operators
Equality(FbxNodeAttribute, FbxNodeAttribute)
Declaration
public static bool operator ==(FbxNodeAttribute a, FbxNodeAttribute b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxNodeAttribute, FbxNodeAttribute)
Declaration
public static bool operator !=(FbxNodeAttribute a, FbxNodeAttribute b)
Parameters
Returns
Type |
Description |
System.Boolean |
|