Class MaterialExpressionSphereMask
Material Expression Sphere Mask
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public class MaterialExpressionSphereMask : MaterialExpression
Properties
| Improve this Doc View SourceA
1 to 4 dimensional vector, should be the same type as B
Declaration
public ExpressionInput A { get; set; }
Property Value
Type | Description |
---|---|
ExpressionInput |
AttenuationRadius
in the unit that A and B are measured
Declaration
public float AttenuationRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
B
1 to 4 dimensional vector, should be the same type as A
Declaration
public ExpressionInput B { get; set; }
Property Value
Type | Description |
---|---|
ExpressionInput |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static MaterialExpressionSphereMask DefaultObject { get; }
Property Value
Type | Description |
---|---|
MaterialExpressionSphereMask |
Hardness
Defaults to 'HardnessPercent' if not specified
Declaration
public ExpressionInput Hardness { get; set; }
Property Value
Type | Description |
---|---|
ExpressionInput |
HardnessPercent
in percent 0%=soft .. 100%=hard
Declaration
public float HardnessPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Radius
Defaults to 'AttenuationRadius' if not specified
Declaration
public ExpressionInput Radius { get; set; }
Property Value
Type | Description |
---|---|
ExpressionInput |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static MaterialExpressionSphereMask New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
MaterialExpressionSphereMask |
Operators
| Improve this Doc View SourceImplicit(IntPtr to MaterialExpressionSphereMask)
Convert from IntPtr to UObject
Declaration
public static implicit operator MaterialExpressionSphereMask(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
MaterialExpressionSphereMask |