Struct EnvDirection
Env Direction
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.AIModule
Assembly: UE4DotNet.dll
Syntax
public struct EnvDirection
Fields
| Improve this Doc View SourceDirMode
Declaration
public byte DirMode
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceLineFrom
line: start context
Declaration
public SubclassOf<EnvQueryContext> LineFrom { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<EnvQueryContext> |
LineTo
line: finish context
Declaration
public SubclassOf<EnvQueryContext> LineTo { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<EnvQueryContext> |
Rotation
rotation: direction context
Declaration
public SubclassOf<EnvQueryContext> Rotation { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<EnvQueryContext> |