Show / Hide Table of Contents

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 Source

DirMode

Declaration
public byte DirMode
Field Value
Type Description
System.Byte

Properties

| Improve this Doc View Source

LineFrom

line: start context

Declaration
public SubclassOf<EnvQueryContext> LineFrom { get; set; }
Property Value
Type Description
SubclassOf<EnvQueryContext>
| Improve this Doc View Source

LineTo

line: finish context

Declaration
public SubclassOf<EnvQueryContext> LineTo { get; set; }
Property Value
Type Description
SubclassOf<EnvQueryContext>
| Improve this Doc View Source

Rotation

rotation: direction context

Declaration
public SubclassOf<EnvQueryContext> Rotation { get; set; }
Property Value
Type Description
SubclassOf<EnvQueryContext>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX