Class FbxNull
Inheritance
System.Object
FbxNull
Syntax
public class FbxNull : FbxNodeAttribute, IDisposable, IEquatable<FbxEmitter>
Properties
Look
Declaration
public FbxPropertyNullELook Look { get; }
Property Value
sDefaultLook
Declaration
public static FbxNull.ELook sDefaultLook { get; }
Property Value
sDefaultSize
Declaration
public static double sDefaultSize { get; }
Property Value
Type |
Description |
System.Double |
|
Size
Declaration
public FbxPropertyDouble Size { get; }
Property Value
sLook
Declaration
public static string sLook { get; }
Property Value
Type |
Description |
System.String |
|
sSize
Declaration
public static string sSize { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Create(FbxManager, String)
Declaration
public static FbxNull Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxNull Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxNull)
Declaration
public bool Equals(FbxNull other)
Parameters
Type |
Name |
Description |
FbxNull |
other |
|
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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetSizeDefaultValue()
Declaration
public double GetSizeDefaultValue()
Returns
Type |
Description |
System.Double |
|
Reset()
Declaration
Operators
Equality(FbxNull, FbxNull)
Declaration
public static bool operator ==(FbxNull a, FbxNull b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxNull, FbxNull)
Declaration
public static bool operator !=(FbxNull a, FbxNull b)
Parameters
Returns
Type |
Description |
System.Boolean |
|