Struct CullingGroupEvent
Assembly: UnityEngine.dll
Syntax
public struct CullingGroupEvent
Properties
|
Improve this Doc
View Source
currentDistance
Declaration
public int currentDistance { get; }
Property Value
|
Improve this Doc
View Source
hasBecomeInvisible
Declaration
public bool hasBecomeInvisible { get; }
Property Value
|
Improve this Doc
View Source
hasBecomeVisible
Declaration
public bool hasBecomeVisible { get; }
Property Value
|
Improve this Doc
View Source
index
Declaration
public int index { get; }
Property Value
|
Improve this Doc
View Source
isVisible
Declaration
public bool isVisible { get; }
Property Value
|
Improve this Doc
View Source
previousDistance
Declaration
public int previousDistance { get; }
Property Value
|
Improve this Doc
View Source
wasVisible
Declaration
public bool wasVisible { get; }
Property Value
Extension Methods