Show / Hide Table of Contents

Class TreeAOSphere

Inheritance
Object
TreeAOSphere
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: TreeEditor
Assembly: UnityEditor.dll
Syntax
public class TreeAOSphere

Constructors

| Improve this Doc View Source

TreeAOSphere(Vector3, Single, Single)

Declaration
public TreeAOSphere(Vector3 pos, float radius, float density)
Parameters
Type Name Description
Vector3 pos
Single radius
Single density

Fields

| Improve this Doc View Source

area

Declaration
public float area
Field Value
Type Description
Single
| Improve this Doc View Source

density

Declaration
public float density
Field Value
Type Description
Single
| Improve this Doc View Source

flag

Declaration
public bool flag
Field Value
Type Description
Boolean
| Improve this Doc View Source

position

Declaration
public Vector3 position
Field Value
Type Description
Vector3
| Improve this Doc View Source

radius

Declaration
public float radius
Field Value
Type Description
Single

Methods

| Improve this Doc View Source

PointOcclusion(Vector3, Vector3)

Declaration
public float PointOcclusion(Vector3 pos, Vector3 nor)
Parameters
Type Name Description
Vector3 pos
Vector3 nor
Returns
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX