Property | Type | Description | |
---|---|---|---|
String | Xenko.Core.Shaders.Ast.ScalarType | ||
Void | Xenko.Core.Shaders.Ast.ScalarType |
Method | Description | |
---|---|---|
CreateWithBaseType ( |
Creates a type based on a new base type. If type is a matrix or vector, then the base type is changed to match the newBaseType.
|
|
Equals ( |
Equalses the specified other.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
GetBaseType ( |
||
GetDimensionSize ( |
||
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
HasDimensions ( |
||
ResolveType ( ) : |
Resolves the type.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
operator ( ) : bool |
Implements the operator ==.
|
Method | Description | |
---|---|---|
TypeBase ( ) : System |
Initializes a new instance of the TypeBase class.
|
|
TypeBase ( Xenko.Core.Shaders.Ast.Identifier name ) : System |
Initializes a new instance of the TypeBase class.
|
|
TypeBase ( string name ) : System |
Initializes a new instance of the TypeBase class.
|
public static CreateWithBaseType ( |
||
type | The type. | |
newBaseType | Xenko.Core.Shaders.Ast.ScalarType | New type of the base. |
return |
public Equals ( |
||
other | /// The other. /// | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object |
/// The |
return | bool |
public static GetBaseType ( |
||
type | ||
return |
public static GetDimensionSize ( |
||
typeDeclaration | ||
dimension | int | |
return | int |
public static HasDimensions ( |
||
typeDeclaration | ||
return | bool |
protected TypeBase ( Xenko.Core.Shaders.Ast.Identifier name ) : System | ||
name | Xenko.Core.Shaders.Ast.Identifier | /// The name. /// |
return | System |
protected TypeBase ( string name ) : System | ||
name | string | /// The name. /// |
return | System |
public static ScalarType,Xenko.Core.Shaders.Ast String | ||
return | Xenko.Core.Shaders.Ast.ScalarType |